home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / multlang.zip / MIMPEXP.DFM / MIMPEXP.txt
Text File  |  1996-06-10  |  2KB  |  103 lines

  1. object ImpExp: TImpExp
  2.   Left = 241
  3.   Top = 138
  4.   Width = 381
  5.   Height = 300
  6.   Caption = 'Import / Export'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 4
  19.     Top = 4
  20.     Width = 361
  21.     Height = 93
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 
  25.       'If you want to make translation work in another program or in an' +
  26.       ' external Word Processor you can use the Import or Export method' +
  27.       's that uses files in the Windows INI format. External textfiles ' +
  28.       'can be used for further processing in a database.'
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 4
  37.     Top = 108
  38.     Width = 45
  39.     Height = 13
  40.     Caption = 'Filename:'
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object MultLang1: TMultLang
  48.     Left = 320
  49.     Top = 72
  50.     Width = 41
  51.     Height = 22
  52.     AlignIcon = alLeft
  53.     AlignText = alLeft
  54.     IconMargin = 1
  55.     ItemHeight = 16
  56.     Items.Strings = (
  57.       'English'
  58.       'Swedish')
  59.     ShowIcons = False
  60.     Text = 'English'
  61.     ResizeIcon = False
  62.     TextMargin = 5
  63.     DefaultLanguage = 'English'
  64.     LanguageFile = '%EXEPath%Mdiapp.lan'
  65.     LanguagesData = {}
  66.   end
  67.   object Memo1: TMemo
  68.     Left = 148
  69.     Top = 104
  70.     Width = 221
  71.     Height = 169
  72.     ScrollBars = ssBoth
  73.     TabOrder = 1
  74.     WordWrap = False
  75.   end
  76.   object Edit1: TEdit
  77.     Left = 4
  78.     Top = 124
  79.     Width = 137
  80.     Height = 21
  81.     TabOrder = 2
  82.     Text = 'C:\TEST.TXT'
  83.   end
  84.   object Button1: TButton
  85.     Left = 20
  86.     Top = 176
  87.     Width = 89
  88.     Height = 25
  89.     Caption = 'Import'
  90.     TabOrder = 3
  91.     OnClick = Button1Click
  92.   end
  93.   object Button2: TButton
  94.     Left = 20
  95.     Top = 208
  96.     Width = 89
  97.     Height = 25
  98.     Caption = 'Export'
  99.     TabOrder = 4
  100.     OnClick = Button2Click
  101.   end
  102. end
  103.